home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Gazetteer / Source / Storm.h < prev    next >
Text File  |  1991-11-10  |  365b  |  25 lines

  1. #import <objc/Object.h>
  2. #import <appkit/Application.h>
  3. #import <string.h>
  4.  
  5. @interface Storm:Object {
  6.     id P;
  7.     id status;
  8.     id attachB;
  9.     id interruptB;
  10.     id text;
  11.     id scrollView;
  12.     id helpText;
  13.     id form;
  14.     id format;
  15. }
  16.  
  17. + new;
  18. - attach:sender;
  19. - showHelp:sender;
  20. - sendComments:sender;
  21. - telnet:sender;
  22. - query:sender;
  23. - hitFormat:sender;
  24. @end
  25.